AuthenticationError
data class AuthenticationError(val accountMeta: AccountMeta, val type: AuthenticationType, val data: ErrorData)
Authentication error that occurred during the authentication process.
Properties
Link copied to clipboard
Metadata of the account for which the authentication error occurred. Instance of AccountMeta.
Link copied to clipboard
The type of authentication that encountered the error. Instance of AuthenticationType.